home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 5 Developer's Kit / vb5 dev kit.iso / dev / mailx6 / _setup.2 / Group7 / Wiz95Dlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-08  |  1020 b   |  47 lines

  1. // Wizard95Dlg.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CWizard95Dlg dialog
  6. //{{AFX_INCLUDES()
  7. #include "msess.h"
  8. #include "mmsg.h"
  9. #include "mreci.h"
  10.  
  11. //}}AFX_INCLUDES
  12.  
  13. class CWizard95Dlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     CWizard95Dlg(CWnd* pParent = NULL);    // standard constructor
  18.  
  19. // Dialog Data
  20.     //{{AFX_DATA(CWizard95Dlg)
  21.     enum { IDD = IDD_WIZARD95_DIALOG };
  22.     CMSess    m_Session;
  23.     CMMsg    m_Message;
  24.     CMMsg    m_ReadMsg;
  25.     CMReci    m_Originator;
  26.     //}}AFX_DATA
  27.  
  28.     // ClassWizard generated virtual function overrides
  29.     //{{AFX_VIRTUAL(CWizard95Dlg)
  30.     protected:
  31.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32.     //}}AFX_VIRTUAL
  33.  
  34. // Implementation
  35. protected:
  36.     HICON m_hIcon;
  37.  
  38.     // Generated message map functions
  39.     //{{AFX_MSG(CWizard95Dlg)
  40.     virtual BOOL OnInitDialog();
  41.     afx_msg void OnPaint();
  42.     afx_msg HCURSOR OnQueryDragIcon();
  43.     afx_msg void OnWizard();
  44.     //}}AFX_MSG
  45.     DECLARE_MESSAGE_MAP()
  46. };
  47.